ComponentOne ASP.NET MVC Controls
ItemsSourceId Property (ItemsBoundControl<T>)

C1.Web.Mvc Namespace > ItemsBoundControl<T> Class : ItemsSourceId Property
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
<JsonAttribute(True, 
   1, 
   "itemsSource")>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
Public Overridable Property ItemsSourceId As String
[Json(true, 
   1, 
   "itemsSource")]
[JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
public virtual string ItemsSourceId {get; set;}
See Also

Reference

ItemsBoundControl<T> Class
ItemsBoundControl<T> Members